home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
MACUNZIP
/
CRC32.H
< prev
next >
Wrap
Text File
|
1989-09-24
|
187b
|
10 lines
long crc32val;
/* update running CRC calculation with contents of a buffer */
#ifndef OLDC
void UpdateCRC(unsigned char *s, register int len);
#else
void UpdateCRC();
#endif /* OLDC */